runtime.gcControllerState.assignWaitingGCWorker (method)
3 uses
runtime (current package)
mgcpacer.go#L764: func (c *gcControllerState) assignWaitingGCWorker(pp *p, now int64) (bool, int64) {
mgcpacer.go#L875: ok, now := c.assignWaitingGCWorker(pp, now)
proc.go#L6215: ok, _ := gcController.assignWaitingGCWorker(pp, now)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |